The U coordinate.
The V coordinate.
When method returns, contains a value of the X coordinate.
When method returns, contains a value of the Y coordinate.
When method returns, contains a value of the Z coordinate.
GetDataValue(Double,Double,TXYZ,TXYZ,TXYZ) Method
Gets the 3-Dimensional coordinate by specified U and V index of the surface.
Syntax
public virtual void GetDataValue( 
   double u,
   double v,
   out TXYZ x,
   out TXYZ y,
   out TXYZ z
)

Parameters

u
The U coordinate.
v
The V coordinate.
x
When method returns, contains a value of the X coordinate.
y
When method returns, contains a value of the Y coordinate.
z
When method returns, contains a value of the Z coordinate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also